All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.Window | +----com.apple.alpha.app.Panel | +----com.apple.alpha.app.PrintPanel
NSPrintPanel
.
[[NSPrintPanel
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
- accessoryView
Objective-C instance method.
- finalWritePrintInfo
Objective-C instance method.
- pickedAllPages:
Objective-C instance method.
- pickedButton:
Objective-C instance method.
- pickedLayoutList:
Objective-C instance method.
+ printPanel
Objective-C class method.
- runModal
Objective-C instance method.
- setAccessoryView:
Objective-C instance method.
- updateFromPrintInfo
Objective-C instance method.
protected PrintPanel(boolean shouldAllocate, int objcObject)
public PrintPanel()
[[NSPrintPanel
alloc] init]
.
public PrintPanel(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public PrintPanel(Rect contentRect, int aStyle, int bufferingType, boolean flag)
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
public PrintPanel(Rect contentRect, int aStyle, int bufferingType, boolean flag, Screen screen)
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
public static native PrintPanel printPanel()
+ printPanel
Objective-C class method.
public native void setAccessoryView(View aView)
- setAccessoryView:
Objective-C instance method.
public native View accessoryView()
- accessoryView
Objective-C instance method.
public native void pickedButton(Object sender)
- pickedButton:
Objective-C instance method.
public native void pickedLayoutList(Object sender)
- pickedLayoutList:
Objective-C instance method.
public native void pickedAllPages(Object sender)
- pickedAllPages:
Objective-C instance method.
public native void updateFromPrintInfo()
- updateFromPrintInfo
Objective-C instance method.
public native void finalWritePrintInfo()
- finalWritePrintInfo
Objective-C instance method.
public native int runModal()
- runModal
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index